home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / apw.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  556 b   |  17 lines

  1. The "Allow WAV Files to Play" menu option sets a
  2. switch used by the OnAssertPlayWaveFile method;
  3. this method is used to preventplaying Wave sound 
  4. files. (This could be due to lack of Audio 
  5. hardware, or other reasons such as a need to
  6. avoid degrading system performance.)
  7.  
  8. (Note: Assert methods normally are used to abort
  9. all further processing of an action, while the
  10. Handle Methods modify the processing. These
  11. two methods can each be overridden in code by
  12. direct assignment for Assert types and virtual
  13. overriding for Handle types.)
  14.  
  15.  
  16.  
  17.